home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / c / c-net_pro / c-net.txt next >
Encoding:
Text File  |  1995-10-14  |  81.5 KB  |  2,358 lines

  1.                               CNET Amiga
  2.                               version 1.9
  3.  
  4.  
  5.              
  6. 2. Configuration
  7.  
  8.  Warning! Before you proceed with any of the configuration instructions,
  9. insure that you have a verified backup copy of the C-Net master disk!
  10. Accidents do happen! The Workbench DISKCOPY command is useful and
  11. satisfactory for this purpose. Store your original in a safe place and only
  12. operate from your backup.
  13.  
  14.  
  15. 2.1 Memory Requirements
  16.  
  17.  C-Net will operate using any Amiga model computer. To use many of C-Net's
  18. more advanced features such as its multiline/multiuser abilities, on-line
  19. AREXX files, or to be able to effectively mutitask, however, you will find
  20. it almost a necessity to have at least 1 megabyte of RAM. Having more memory
  21. will never hurt, but will open doors for you to be able to operate more
  22. ports (users online), larger on-line programs, and do more with your Amiga
  23. while the BBS is operating. Following are more precise memory requirements:
  24.  
  25.                                          8 Colors        2 Colors
  26.            Memory for first port:           360K            325K
  27.            Each additional port :           310K            275K
  28.  
  29.            For AREXX, add       :                   85K
  30.            For FastFonts, add   :                    4K
  31.  
  32.  If you receive a GURU when attempting to operate C-Net, chances are you've
  33. run out of memory. You may attempt to fix the problem by using fewer screen
  34. colors, or by not using other utilities that you may be running in the 
  35. background (clocks, virus checkers, memory monitors, etc.).
  36.  
  37.  C-Net will recognize whether it has enough memory to run or not as soon as
  38. it loads. If not, the program will exit immediately. All memory needed
  39. during program operation is requested at once at program execution. If C-Net
  40. appears to "not run" when told to, chances are you are out of memory, or have
  41. not copied "cnet.library" as instructed in the next section.
  42.  
  43.  As an added precaution, C-Net well check available memory before allocation,
  44. and will inform the user that too little memory is free to preform any
  45. function (notably the BASE sections) if the case arises. However, many
  46. programs I have encountered will not do this, but rather "GURU" and crash your
  47. system. Be aware of this.
  48.  
  49.  To check your available memory at any time, you may enter AVAIL at your
  50. command prompt. The program AVAIL is normally in your C: directory.
  51.  
  52.  
  53. 2.2 Other Hardware Requirements
  54.  
  55.  Although it is possible to operate C-Net Amiga on a single or dual floppy
  56. drive system, it is highly recommended that a hard drive be used for speed,
  57. efficiency, and to allow your system some elbow room. Much of the following
  58. configuration information has been written with the assumption of the use of
  59. a hard drive. For floppy users, you will simply need to swap disks as
  60. required as you are called upon to copy files.
  61.  
  62.  C-Net Amiga will operate well with any Hayes Compatible modem, of any baud
  63. rate. The following need to be checked on your modem(s) to insure proper
  64. operation with C-Net Amiga:
  65.  
  66.   1) Carrier Detection MUST be enabled. Some modems use a dipswitch for this,
  67.      and some use a command "AT&C1". If your modem uses a command, you may
  68.      add this to its configuration string (see section 2.4).
  69.  
  70.   2) The DTR line must be enabled in order for the modem to be able to hang
  71.      up the line. Some modems use a dipswitch for this, while others use a
  72.      command "AT&D2". You may add this command to the configuration string as
  73.      well.
  74.  
  75.   3) Modems with ARQ error correction protocol (USRobotics) must have the
  76.      command AT&A0 sent to them. You may simply add "&A0" to the modem
  77.      configuration string (section 2.4).
  78.  
  79.   4) If a dipswitch exists on your modem for autoanswer, insure that
  80.      autoanswer is "OFF".
  81.  
  82.  Additionally, especially if you plan to use locked baud rates on any high
  83. speed modems, you need to insure that your modem cables are of the 7 pin
  84. (or more) variety. Without the full 7 pins, the Amiga will be unable to do
  85. hardware flow control.
  86.  
  87.  
  88. 2.3 Installing C-Net Amiga
  89.  
  90.  You will need to use the shell or CLI from your workbench to install C-Net.
  91.  
  92.  If you are using a hard drive, you may install C-Net Amiga into a
  93. subdirectory of your hard drive.
  94.  
  95.  Now you need to decide how you plan to distribute your actual system. C-Net
  96. is able to distinguish between the following BBS areas:
  97.  
  98.    SYSTEM: user data, system text files, menus, help, logs, bbslist.
  99.  
  100.    BASE:   message base.
  101.  
  102.    UDBASE: files area.
  103.  
  104.    MAIL:   user to user private mail.
  105.  
  106.    PFILES: AREXX files
  107.  
  108.    GFILES: general text files.
  109.  
  110.    VOTE:   voting topics.
  111.  
  112.    NEWS:   news bulletins.
  113.  
  114.  You may assign each of these to a separate location, some on one hard drive
  115. partition, the rest on the another, or floppies, or however you wish. After
  116. you have come to some agreement with yourself as to where you will put these
  117. directories (listed above), simply create the directories with the "makedir"
  118. command from your shell or CLI where you want it. After creating the new 
  119. directories, copy the files in the directory to the directory that you just
  120. created.
  121.  
  122. ****>  C-Net is able to distinguish between more than just one path for 
  123.        BASE: and one path for UDBASE:. You will find this invaluable in the
  124.        event that you plan to operate your Upload/Download Files sections
  125.        from more than one physical drive (hard drive or floppy drive), or
  126.        more than one hard drive partition. At this time, C-Net is only able
  127.        to split the upload/download files themselves, not the messages. It
  128.        is unnecessary to use multiple BASE or UDBASE definitions if have
  129.        only one hard drive without partitions.
  130.  
  131. ****>  IMPORTANT: In place of the BASE: and UDBASE: discussed in the manual, 
  132.        BASE0: and UDBASE0: assignments must be made! These paths will always
  133.        house all of the messages of the system (the post, responses, long
  134.        file descriptions, etc.). If you do not use additional path
  135.        definitions, BASE0: and UDBASE0: will also contain all
  136.        upload/download files.
  137.  
  138. ****>  Additional (optional) paths are defined as follows: BASE1:, BASE2:,
  139.        up to BASE6:, and UDBASE1:, UDBASE2:, up to UDBASE6:.
  140.  
  141.  Your next task will be to tell C-Net where it is that you decided to store
  142. your various BBS areas, and in particular the names of their directory paths
  143. (how to get there exactly). To accomplish this, simply use the "assign"
  144. command from your shell or CLI. Example: If you have chosen to store your
  145. "SYSTEM" directory on DF1: under another directory called "CNET", you would
  146. type in at the shell or CLI prompt "ASSIGN SYSTEM: DF1:CNET/SYSTEM".
  147.  
  148.  This task of assigning the directories can all be accomplished in your
  149. startup-sequence so it will be done for you when you power up you computer.
  150. While you are editing your startup-sequence, it may be convenient to add
  151. other commands if memory permits. You may add "FF -0" to enable FastFonts 
  152. ("FF" must be in your C: directory for this to work). The next command to add
  153. if it is not there already would be "STACK 10000".
  154.  
  155.  
  156. 2.4 Modem Configuration
  157.  
  158.  If you do nothing to affect your modem configuration, C-Net will default to
  159. a one line system, using the built-in serial port. However, if you wish to
  160. modify the modem initialization strings, or add other ports, you must edit the
  161. file "bbsport" found on your C-Net master disk (if you are using a floppy
  162. system) or your hard drive C-Net directory.
  163.  
  164.  Each line represents a port (or line) into your system. The first line is
  165. port one (1), the second is port two (2), and so on. Note that you may
  166. always have one additional line apart from those listed, which may only be
  167. used for "local mode", that is, logging on from your keyboard directly. This
  168. additional port is always called port 0. An example line of the bbsport file
  169. might look like this:
  170.  
  171.     serial.device 0 2400 0 0 ATH0X1V0E1S0=0M0&C1&D2
  172.  
  173.  First is the name of the device, following by its unit number. The Amiga's
  174. built-in serial port is always named "serial.device" and has a unit of 0.
  175. Next, is the baud rate C-Net will use while waiting for a call, usually the
  176. highest baud rate the modem is capable of. Next, is the Flow Control
  177. specification, followed by the locked baud rate. Both numbers are usually 0,
  178. unless you are using a high speed modem (like the USRobotics HST) and wish
  179. to lock the baud rate (discussed later). Finally, the modem initialization
  180. string, sent at runtime, and also between callers. (Don't forget to add
  181. commands to this string, as required, see section 2.1). The most generic
  182. configuration string is probably ATH0X1V0. Use other commands as needed.
  183.  
  184.  The Supra 2400zi modems use "modemX.device" (where X is a number from 0 to
  185. the number of Supra's you have, see the Supra docs for more info), and units
  186. of 0.
  187.  
  188.  If you wish to lock the baud rate of a USRobotics 9600 baud modem, simply
  189. set the flow control to 4 and the locked baud rate number to whatever you
  190. desire (usually 19200 for HST modems). In addition, the commands "&H1&B1"
  191. must be added to the modem configuration string. An entry in "bbsport" for a
  192. locked baud rate HST might look like:
  193.  
  194.        siosbx.device 0 19200 4 19200 ATH0X1V0E1M0&C1&D2&A0
  195.  
  196.  When you lock the baud rate of your HST, transfer rates above 16000 baud can
  197. be achieved by users calling in with HST modems (who have their terms to
  198. 19200 baud, and have sent the AT&H1&B1 commands to their modems, and have
  199. selected RTS/CTS flow control either using preferences or their terminal
  200. menus).
  201.  Do not forget to copy device drivers supplied with these modems/cards into
  202. your DEVS: directory on Workbench or your hard drive's DEVS: directory.
  203.  
  204.  
  205. 2.5 Editing The General Configuration Options
  206.  
  207.  Several general system configuration options may be viewed/edited by using
  208. your text editor to edit the file "bbsconfig" found on your C-Net master
  209. directory. This file contains several lines, each with a description of the
  210. use of each line. Simply change the values as you desire, and re-save this
  211. file.
  212.  
  213.  According to the first value in this file, C-Net will check for a specific
  214. number of free bytes before authorizing an upload.
  215.  
  216.  A two character ID prefix.
  217.  
  218.  Screen blanking time before blanking, and blanking intensity.
  219.  
  220.  Defaults for the pull down menu options sysopis, private bbs, and UD closed.
  221.  
  222.  Keep the stat screen on when someone logs on.
  223.  
  224.  Send feedback to the sysop's mail box.
  225.  
  226.  Default conference format: chat or forum.
  227.  
  228.  Time will be returned to an uploader depending on the next setting. This
  229. value is a percentage, 100 is full time back, 0 is no time back, 200 is
  230. double your time back, etc..
  231.  
  232.  The password for the online shell is simply an added security precaution.
  233. In case someone somehow discovers your password to the system, this next
  234. password will likely keep them out of the shell, where they are likely to do
  235. the most damage.
  236.  
  237.  The number of pfiles that can be run at the same time si really something
  238. provided for you to limit depending on your memory. Find your longest Pfile
  239. and determine how copies of it can safely run at once (be in memory) at one
  240. time.
  241.  
  242.  New user game points is simply an initial value for a score which will track
  243. a user's winnings or losings in the pfiles, if according to the player's
  244. performance.
  245.  
  246.  The default text color determines the text color that the system will return
  247. to when it encounters the MCI command \q1 (MCI will be discussed in detail in
  248. a later chapter).
  249.  
  250.  ZModem upload resume ability means your system will not delete files which
  251. were in the process of being uploaded to your system when the uploader
  252. happened to be cut off the line, or hung up. Files that are "unfinished" will
  253. be marked as such when users read the items, and any user will be able to 
  254. complete the upload, using ZModem, and will receive any applicable credits 
  255. for the file. This provides an incentive for the original uploader to
  256. attempt to complete the file as soon as possible.
  257.  
  258.  If you allow guest accounts, this means that users will be able to call your
  259. system without selecting a password. Once they leave the system, their
  260. accounts are lost. Guests have access identical to new users, except they
  261. can not be "autovalidated" (described later).
  262.  
  263.  Log verbosity will determine the amount of information written to disk
  264. concerning user activity on your system. For example: if you want everything
  265. to be recorded in your caller log then you should have the value of 255
  266. there, if you want to only record chat then you should have 5 there. You 
  267. derive the number from adding the options you want together. For example:
  268. log on = 1, log off = 2, chat = 4, AREXX = 8, bad logon = 16, download
  269. handle = 32, and SAM = 64. So that means that if you want chats and bad
  270. logons recorder then you should have 21 there (1+4+16=21). It's just that
  271. simple.
  272.  
  273.  Default for tone/pulse for auto call-back.
  274.  
  275.  
  276. 2.6 Editing The Function Key Macros
  277.  
  278.  Using your text editor, you can edit the file "bbskeys" found in you boot
  279. directory to change the function key macros. Each line of this file
  280. represents a function key, numbered from 1 to 10. Keys 1 through 5 are "print
  281. only", that is, they will display on your screen (and the user's screen) but
  282. will not affect what is being entered at any command prompt.
  283.  
  284.  Conversely, keys 6 through 10, when pressed, will actually "type" the text,
  285. allowing you to, for example, create a logon macro for yourself (your ID
  286. number and password).
  287.  
  288.  
  289. 2.7 System Text Files
  290.  
  291.  The following files must be written into your "SYSTEM:" directory in order
  292. for C-Net to find them. All of the files are actually optional. In some case,
  293. default or example files may have been provided for you on the C-Net master
  294. disk's "SYSTEM:" directory.
  295.  
  296. badnames       = This file may be used to keep certain handles from use on
  297.                  your system. Each line represents a new pattern to restrict,
  298.                  and upper and lower case does matter here. To specify the
  299.                  end of a word, use the "_" symbol to represent a space.
  300.                  Examples are:
  301.                      Car  = No Car at the beginning of a word.
  302.                      car  = No car anywhere else in a word.
  303.                      car_ = No word ending in "car".
  304.                      CAR_ = Not the word "Car" by itself.
  305.  
  306. newquest       = This file will allow you to create a new user questionnaire.
  307.                  You may format it however you wish, but when you prompt for
  308.                  questions, you must use the MCI commands "\i0" through "\i4"
  309.                  to input a maximum of 5 responses. C-Net will automatically
  310.                  write the responses to the user's NewUser feedback message.
  311.  
  312. sys.accessx    = "x" represents an access group, 0 through 23. the file
  313.                  displayed to members of this group as they logon.
  314.  
  315. sys.avalid     = This file configures the AutoCallBack Validation system
  316.                  built into C-Net Amiga. The first line should contain your
  317.                  local area code. Each line following should contain an area
  318.                  code, followed by a local prefix, however many you have to
  319.                  your area. It might look like:
  320.                           313
  321.                           313981
  322.                           313453
  323.                           313996        ...ect
  324.                  Note that when an autocallback is successful, the user is
  325.                  always promoted from access group 0 (new user) to group 1
  326.                  (validated).
  327.  
  328. sys.end        = Displayed to users after they have selected to loggoff.
  329.  
  330. sys.info       = Displayed to users when they have selected "I" from any
  331.                  command prompt. Usually, this file contains information
  332.                  about your system, software, hardware, etc..
  333.  
  334. sys.new user   = Displayed to users once they have selected to sign on as
  335.                  new.
  336.  
  337. sys.second     = Displayed to new users on their second call only.
  338.  
  339. sys.start      = Displayed immediately after the "press your backspace key"
  340.                  prompt at logon.
  341.  
  342. sys.validation = Displayed to users immediately after they have uploaded
  343.                  file(s) which require validation before they receive credit.
  344.  
  345. sys.welcome    = Displayed to users once they have successfully logged onto
  346.                  the system.
  347.  
  348. sys.conf       = Displayed to a user as he enters the conference system.
  349.  
  350. sys.private    = Displayed when a user attempts to enter the file transfer
  351.                  area and it is temporarily closed.
  352.  
  353. badnumbers     = Will work exactly like badnames, except will cut users off
  354.                  of the system who use forbidden phone numbers.
  355.  
  356.  Many system text files have graphics alternatives. Instead of using
  357. "sys." in the case of "sys.start", "sys.welcome"' etc., you may use "TTn."
  358. where n is replaced with the TerminalType number (0=dumb, 1=C/G, 2=ANSI).
  359.  
  360.  
  361. 2.8 Configuration Of Automaintenance
  362.  
  363.  One of C-Net's more powerful features is auto-maintenance. you must
  364. specify a time during the day, and C-Net will automatically take itself down
  365. to perform several clean-up activities, including user purge for inactivity
  366. (not calling in a specified time period), and deletion of old or not recently
  367. used files, messages, and more.
  368.  
  369.  Whenever you enter a file into news, pfiles, gfiles, or enter a subboard
  370. into a base section, you will be asked for "days to keep" or "inactive days".
  371. Entering nothing will result in the file remaining indefinitely. Specifying
  372. 30, for example, will cause automaintenance to delete the file after
  373. approximately one month of non-use. For news, pfiles, and gfiles, this is 30
  374. days after the last response. For files, this is 30 days after it's last
  375. download. Files and messages may individually be "protected" against 
  376. auto-deletion.
  377.  
  378.  Use your text editor to create a file "sys.amaint" in your "SYSTEM:"
  379. directory. The first line should contain the hour (military 0-23) that you
  380. wish auto-maintenance to take place. The second line will contain the number
  381. of user inactivity days before auto-removal from the system. Two months (60)
  382. is usually a good number here. Note that C-Net will limit time for users
  383. just before auto-maintenance occurs to insure that all users are off the
  384. system at that time. This is necessary due to the nature of the file 
  385. processing being performed.
  386.  
  387.  
  388. 2.9 Configuration Of Time Restrictions
  389.  
  390.  C-Net has the ability to restrict access to logon, upload, download, or use
  391. the pfiles bases on the time of day, the user's baud rate and access group.
  392. To configure this feature, you must use your text editor to create a file
  393. "bbstimes" on your boot directory. This file must contain 24 lines, each
  394. representing an hour of the day, from 0 to 23 in 24 hour time. Each line
  395. contains the following information, separated by spaces:
  396.  
  397.   A B C D E F
  398.  
  399.          A = MINBAUD LOGON
  400.  
  401.          B = MINBAUD DOWNLOAD
  402.  
  403.          C = MINBAUD UPLOAD
  404.  
  405.          D = ACCESS LOGON
  406.  
  407.          E = ACCESS UPLOAD/DOWNLOAD
  408.  
  409.          F = ACCESS USE PFILES
  410.  
  411.  Access configuration here, and in the rest of the system must be entered
  412. using a comma/semicolon range scheme. For example:
  413.  
  414.          0,23      = All 24 access groups.
  415.          1,10;15   = Groups 1 through 10, and 15.
  416.          2,7;9,14  = Groups 2 through 7 and 9 through 14.
  417.          4;9;10;15 = Groups 4,9,10 and 15 only.
  418.  
  419.  Millions of other combinations are possible. An example line of this file
  420. would look like: (Here, any baud rate can logon, but at least 1200 is needed
  421. to upload or download. Any group can logon, but only groups 5 and higher can
  422. upload or download, and only groups 9 and higher can run pfiles.)
  423.  
  424.     300 1200 1200 0,23 5,23 9,23
  425.  
  426.  Alternatively, you can create files "bbstimesx" where x is a port of your
  427. system. Different lines of your system can have different restrictions, as
  428. you might have different modems and rates, etc..
  429.  
  430.  
  431. 2.10 Altering Menu Structures And BBS Text
  432.  
  433.  With C-Net Amiga, you have the ability to completely alter the format of the
  434. menus structure, as well as the text of the program. this allows you the
  435. ability to completely alter the appearance of your BBS, as well as the
  436. commands used to perform various functions.
  437.  
  438.  When you use your text editor to edit the file "bbstext" from your boot
  439. directory, you will see before you everything that C-Net displays to the
  440. user throughout the running of the program. The only rule here is that you
  441. keep the file under 14500 bytes (This is not true any longer as the file is
  442. already approx. 22300 bytes long), and maintain the line structure, that is,
  443. do not insert lines or remove lines. Lines can be, however, as long as you
  444. would like to make them. Colors can be inserted by using the MCI commands
  445. "\c" and "\z" (see that chapter for more information). The "%s"'s and the
  446. "%d"'s that you see throughout the file represent "formatting" commands for
  447. the BBS (where to place text strings and numbers). On any line which contains
  448. these commands (may be the line for scanning message titles, or other lists),
  449. you must not alter the order of these commands.
  450.  
  451.  In "bbsmenu" you will find several lines of commands separated by commas.
  452. Each line represents a "menu string" for a particular part of the system.
  453. These are as follows:
  454.  
  455.         All-area MAINTENANCE commands.
  456.         All-area NON-MAINTENANCE commands.
  457.         Main menu specific commands.
  458.         U/D base and Message base commands.
  459.         Read new commands.
  460.         News/gfiles/pfiles commands.
  461.         Read Mail commands.
  462.         Read new commands.
  463.         Read post commands.
  464.         Read all commands.
  465.         Search commands.
  466.         Editor-empt commands.
  467.         Editor-text commands.
  468.         Justify commands.
  469.         Edit User commands.
  470.         BBSlist commands.
  471.         Edit Subboard commands.
  472.         Conference commands.
  473.         Mail verify commands.
  474.         Vote commands.
  475.         Edit post commands.
  476.  
  477.  The most important rule in modifying this structure is that the order of
  478. the lines and the order of the commands must not be altered! If you need to
  479. know what a particular command does in the program, see the appropriate menu
  480. for that area. Commands can be 1 or 2 characters in length only. You must
  481. also remember that "ALL-AREA" commands are checked first before the local
  482. area commands are. What this means is that if you have an all area command 
  483. "I", and a files section command "IN", the "I" command will always be
  484. executed, and "IN" will never be used, even if a user enters "IN". Be
  485. careful here! One additional feature here is command aliasing, that is, 
  486. several commands performing the same function. You will see an example of
  487. this with the "Q|O" (Q or O) command at the main menu, both used to loggoff
  488. the system. More than two commands may be aliased to the same function.
  489.  
  490.  C-Net allows you several opportunities to "add your own commands" to the
  491. existing menu structure. Here's all you need to do:
  492.  
  493.       (1) Add your command to the appropriate menu line in "bbsmenu".
  494.           Remember that only 1 or 2 character commands are possible. Separate
  495.           your command from the others by using a comma ",", similar to the
  496.           other commands you already see there. Save the file. A maximum of
  497.           3 commands may be added to any menu line.
  498.  
  499.       (2) In your "SYSTEM:" directory, you need to create a text file
  500.           according to the menu, and letters of the command you used. Menu
  501.           command files are of the following format:
  502.  
  503.                 cmd.main.xx   = The main menu.
  504.                 cmd.comm.xx   = Command commands (both lists).
  505.                 cmd.base.xx   = The Base and UDBase.
  506.                 cmd.post.xx   = The end of post menu.
  507.                 cmd.list.xx   = The g/pfiles, news/vote menu
  508.  
  509.           Simply create a file of the appropriate format, substituting the
  510.           1 or 2 letter command for the "xx" you see above.
  511.  
  512.       (3) When your command is entered, C-Net will read the file you have
  513.           created. Your command may simply be a text file of information, or
  514.           it may contain MCI commands (see chapter 8) which runs an AREXX
  515.           program, or executes an AmigaDOS command.
  516.  
  517.  
  518. 2.11 Configuration Of The DOS Shell
  519.  
  520.  The DOS shell uses a modified "AUX:" handler to operate. Follow these steps
  521. in order to make your Shell functional (the "S" command from the main menu).
  522. Note that if you are short on memory, this isn't such a good idea.
  523.  
  524.        (1) Copy the "aux-handler" from the C-Net master disk into your "L:"
  525.            directory (on boot disk or hard drive), replacing the old one.
  526.  
  527.        (2) Use your text editor to edit your file "DEVS:mountlist". Add the
  528.            following code for an AUX: driver. If there already exists one,
  529.            replace it.
  530.  
  531.                   AUX:
  532.                        Handler   = L:aux-handler
  533.                        Stacksize = 4000
  534.                        Priority  = 5
  535.                        GlobVec   = 1
  536.  
  537.        (3) In your "S:startup-sequence", add "mount AUX:" somewhere before 
  538.            the end of the file, possibly with the "ASSIGN's" from earlier.
  539.  
  540.  
  541. 3. Using C-Net Amiga
  542.  
  543.  This chapter will provide instructions on putting on-line an already
  544. configured system (read and follow the instructions found in chapter 2 if you
  545. have not already done so).
  546.  
  547.  
  548. 3.1 Running C-Net Amiga From CLI
  549.  
  550.  Ideally for the purposes of running C-Net Amiga, your startup-sequence 
  551. should be modified so that you are taken directly to AmigaDOS CLI or Shell
  552. mode. Loading workbench is cumbersome here, and memory consuming.
  553.  
  554.  To run C-Net from the CLI, you must first change your current directory
  555. to you C-Net BBS directory which you created at the beginning of the 
  556. configuration step in the last chapter. Following the example of the last
  557. chapter, this is accomplished with the following command:
  558.  
  559.          1> cd dh2:CNet
  560.  
  561.  Next, you simply need to use the "run" command as follows to get the BBS
  562. running. If you are operating with limited memory resources, and plan to
  563. operate only copy of the BBS, without background multitasking, you may
  564. elect to simply enter "bbs" here.
  565.  
  566.          1> run bbs
  567.  
  568.  The "1>" prompt should return immediately while C-Net loads. Soon, the 
  569. screen will clear with the C-Net copyright message at the top, and some
  570. information will be displayed.
  571.  
  572.  To return to the AmigaDOS screen, use the mouse to click on the "screen to
  573. back" gadget at the top right corner of the screen (actually, the left one
  574. of the two smaller gadgets there). to switch back to C-Net, click the
  575. analogous AmigaDOS screen gadget. Note that you may have to shrink the size
  576. of the AmigaDOS window in order to reveal the screens or programs, you may
  577. have to use the left mouse button and click the pointer inside of the
  578. screen you wish to use to make it the "current" screen before you will be
  579. able to communicate with that screen.
  580.  
  581.  At this time, if you wish, you may run additional copies of (ports into)
  582. C-Net, provided you have the memory to do so (check requirements in the
  583. previous chapter). Simply type "run bbs" again. Note that you can always run
  584. one additional port into the system than you have modems or phone lines. In
  585. this way, you can use your system from the Amiga console while your BBS is
  586. running. Note that you must always wait until the first port displays "Idle"
  587. at the top of its status window before attempting to run additional ports.
  588. Note that the current screen's port number is displayed in the upper left
  589. hand corner of the window, after "P#". As you run additional ports, this
  590. number should change from 1 to however many modem ports BBS you run, and
  591. then to 0 for the first port that isn't matched to a modem (according to the
  592. "bbsport" file, consult the configuration chapter). It is unwise to run
  593. more than one "port 0". If port 0 appears unexpectedly, check your "bbsport"
  594. file for proper configuration.
  595.  
  596.  There are a couple of modifiers that may be added to the "runn bbs" command
  597. to affect C-Net's normal operation.
  598.  
  599.  C-Net normally defaults to 8 color mode, with colors similar to those that
  600. users will see when they call in using ANSI compatible terminal programs. By
  601. specifying "s" and a number, either 2, 1, or 0, you can instruct C-Net to use
  602. only 4, 2 or no colors at all, respectively. With 4 or 2 colors, C-Net will
  603. generate the colors it uses from the current AmigaDOS screen colors. Thus, if
  604. you wish to change these colors, you may do so by using the Preferences tool.
  605. The advantages are much faster text output, and the use of less memory (if
  606. you leave a port unattended, it is recommended that you use 2 color mode for
  607. highest system efficiency). When you specify "s0", C-Net will not open a 
  608. window at all, operating completely as a background task on your Amiga. Note
  609. that the only way to close a background (hidden) C-Net task is by using the
  610. "close" program located in your C-Net directory.
  611.  
  612. ****>  Interlace mode is now supported. To activate interlace mode, place
  613.        the modifier "i" following the "run bbs" command. By entering "i49"
  614.        you can specify a 49-line screen.
  615.  
  616. ****>  Using the modifier "s4" will allow 16 color mode. The second set
  617.        of 8 colors will appear as "intense" versions of the first 8. Note
  618.        that this terribly slows down the Amiga, and degrades overall
  619.        performance.
  620.  
  621. ****>  PAL resolution is now supported. If this program is used in Europe,
  622.        the PAL bit should be detected, and a 256-line screen should be
  623.        used fully.
  624.  
  625.  C-Net normally follows the order of "bbsport" in terms of which lines and
  626. modems are used in which order. that is, the first "bbs" you run will use
  627. line 1, then second, line 2, and so on. The first "bbs" you run which does
  628. not match a line in "bbsport" by specifying "1" and the line number following
  629. the "run bbs" command. Line 0 always refers to the "no modem, local made
  630. only" port 0. Here are some examples:
  631.  
  632.      1> runn bbs 13      = Run third line of your bbs.
  633.      1> run bbs s1       = Run 2 color mode of your bbs, next available line.
  634.      1> run bbs 10 s2    = Run local port, 4 color mode.
  635.      1> run bbs s0       = Open background port, next available line.
  636.  
  637.  Note that "run bbs s0 10" makes no sense at all!
  638.  
  639.  In order to multitask with other programs, you must be able to run that 
  640. program from the CLI command prompt. Simply move to the AmigaDOS screen and
  641. use whatever commands are necessary to execute the other program. Programs
  642. which are "multitask" friendly and take little processor time (databases,
  643. word processors, etc.) you will have the most success with.
  644.  
  645.  If you wish to place the "runn bss" command(s) within your startup-sequence
  646. file so that your bbs automatically sets itself up upon power-up (or power
  647. loss), you must remember that it is unsafe to "run bbs" immediately after
  648. having just done so. the solution to this problem is to insert delays into
  649. your startup-sequence, of at least 10 seconds between the first and second
  650. ports, and 5 seconds between the others. This is easily accomplished using
  651. the "wait" command (see your AmigaDOS user's manual for further information).
  652.  
  653.  
  654. 3.2 The C-Net Screen
  655.  
  656.  To switch between the various C-Net port screens, you may use the paging
  657. gadgets at the top right corner of each screen. Note that in the case of
  658. AmigaDOS, you may have to move the window out of the way first. To make a
  659. screen the "current" screen, use the left mouse button and click inside that
  660. screen.
  661.  
  662.  The initial C-Net Amiga screen contains the "status window" at the top, and
  663. the System Activity Monitor (SAM) at the bottom. SAM's duties are to monitor
  664. several system usages, such as blocks uploaded, downloaded, pfiles ran, post
  665. made, and more. These are tracked individually for the last caller (on that
  666. port), and since setup, total since day one of system operation, and for a
  667. specific period of time (these for the entire system, all ports). The
  668. "current" column tracks what's there now. you will easily be able to glance
  669. at your screen to determine the number of feedbacks or mails that you have
  670. waiting for you.
  671.  
  672.  The status window will be populated by such user data as Account Number (A#),
  673. Access (AC), Time Zone (TZ), Handle, Real Name, Address, Phone Number, 
  674. Birth Date, Last Call (Last), Balance (Bal), Computer Type (CMP), Signon time
  675. and type (ON@), minutes used today (MIN), Baud rate (CPS), and the number of
  676. users your system has (USR). The "CALL" field contains several pieces of
  677. information. A display such as:
  678.  
  679.                CALL 004:02377 01/02:0002
  680.  
  681. means the user is the 4th since you last setup the system, the 2377th since
  682. day 1 of system operation. Also, the user has called once today, out of a
  683. maximum of 2 calls per day, and has called the system a total of 2 times. 
  684. The parameters (PAR) field contains information about the user's terminal
  685. type. Something line 80:24 shows an 80 column by 24 line screen. Various
  686. other user options area also noted there, such as Paranoia (PA), More Mode
  687. (MR), Help Level (HL), Line Feeds (LF), and Terminal Type (TT).
  688.  
  689.  
  690. 3.3 Pull Down Menus
  691.  
  692.  C-Net uses the Amiga's pull down menu system to offer a variety of options
  693. for you to use. The first menu, entitled "BBS", contains options available
  694. only while the system is waiting for a call, or "Idle"
  695.  
  696.    Logon    = Will allow you to enter the system from your Amiga console.
  697.               Note that C-Net will send "ATH1" to the modem connected to 
  698.               this port to take it "off-hook" while you are using the system.
  699.               The spacebar may be used instead as a shortcut.
  700.  
  701.    AutoLogon= Uses ID 1 and password to bypass Logon, News, and Welcome.
  702.  
  703.    Display  = Will toggle the "waiting for call" screen between either SAM
  704.               or the System Activity Graph (SAG). the system activity graph
  705.               plots the usage of your system as a function of the time of
  706.               day. At a glance, you can determine your "peak" and "valley"
  707.               usage periods. The "Enter" key may be used instead.
  708.  
  709.    About    = Will simply display a file of information pertaining to the
  710.               origins of the C-Net Amiga software.
  711.  
  712.    Quit     = Will remove the port from your Amiga.
  713.  
  714.    Terminal = C-Net offers a simple terminal to call out with. The terminal
  715.               also supports Zmodem uploading and downloading. Select 8 bit
  716.               word size if you are calling a BBS with IBM graphics, or
  717.               Amiga international characters, turn this option off
  718.               otherwise. You will need to use the appropriate font to view
  719.               the characters of your choice.
  720.  
  721.    ResetSAM = Will reset your SAM "period" column to 0's. The only time that
  722.               the SAM period is reset is when you choose to do so. The "P"
  723.               key may be used instead.
  724.  
  725.    DumpUser = Immediately drop a user's time to 0, logging him off the
  726.               screen.
  727.  
  728.    Iconify  = Place the current C-Net screen as an icon on the workbench
  729.               screen. Double clicking this icon will cause C-Net to reopen.
  730.               While iconified, memory normally used by C-Net for the screen
  731.               is freed, and overall performance of C-Net is greatly 
  732.               improved.
  733.  
  734.    Colors   = Directly change the number of display colors used by C-Net
  735.               Amiga without taking the system down.
  736.  
  737.  The "Options" menu contains several "toggle flags" some of which are for use
  738. only when a user is on-line.
  739.  
  740.    ChatMode   = When a user is on-line, it will bring the user to an area
  741.                 where you and he may freely type to one another.
  742.  
  743.    SysopIn    = If checkmarked, it will notify the user that you are being
  744.                 called when he selects to "Chat" with you. Otherwise, the
  745.                 user will instead be offered a chance to leave you feedback.
  746.  
  747.    PrivateBBS = If checkmarked, it will disable the new option when signing
  748.                 on. If you wish to run a private "members only" BBS, this is
  749.                 the way to do it (you made users manually yourself).
  750.  
  751.    UDClosed   = If checkmarked, it will not let users enter the "UDBase". 
  752.                 Note that if you also have file transfers in your "Base" that
  753.                 users will still be allowed to enter.
  754.  
  755.    LocalMode  = If checkmarked while a user is online, it will temporarily
  756.                 "detach" the modem from the input/output stream, allowing
  757.                 you to perform maintenance functions while he is still 
  758.                 on-line, waiting for your return. Note that all maintenance
  759.                 commands are always active in LocalMode.
  760.  
  761.    PrinterOn  = If checkmarked, it will attempt to print everything that is
  762.                 displayed also to the printer, as configured by the 
  763.                 Preferences tool. If C-Net encounters trouble doing this, a
  764.                 requester will be generated on the AmigaDOS screen, and the
  765.                 checkmark will automatically be turned off.
  766.  
  767.  While a user is on-line, you may alter his time remaining (TIME=), his 
  768. access group (AC), or his upload kilobytes of credit (UK) by using the 
  769. "User" menu. With one of these checkmarked, you may use the up and down
  770. arrows (next to the keypad) to raise or lower this value, respectively. Note
  771. that you will not be able to see what your doing unless the status window is
  772. on the screen, and the window is defaulted OFF when a user is logged onto the
  773. system.
  774.  
  775.  The last menu, "display", will allow you to toggle the status window on and
  776. off, and toggle "split screen" mode on and off. Although the top line of the 
  777. screen always contains the handle of the user currently on-line, the status
  778. window switches to off when a user connects to the system, and on when the
  779. system is waiting for a call.
  780.  
  781.  Split screen mode is useful when you wish to view two user's activities
  782. simultaneously. Select split screen mode for each port, then "drag" one
  783. screen in front of the other. With three or four ports, it may also be 
  784. convenient to "layer" the screens so that each of the status windows from
  785. the screens are simultaneously visible.
  786.  
  787.  
  788. 3.4 System Control Keys
  789.  
  790.  There are several Control keystrokes active whenever you are entering
  791. commands or other text. to use one of these, simply hold down the "CONTROL"
  792. key on your keyboard, and press the appropriate command letter. These are as
  793. follows:
  794.  
  795.   Control B  = Automatically delete all keys back to the beginning of the
  796.                line.
  797.  
  798.   Control V  = Reprint what you've typed so far. If there is noise on the
  799.                line, this might be useful to verify what you've typed.
  800.  
  801.   Control W  = Delete the last word you entered.
  802.  
  803.   Control X  = Cancel the current line, and start over.
  804.  
  805.  Other Control keystrokes are useful whenever text is being printed to you.
  806. Most important are those that pause or stop text.
  807.  
  808.   Control S  = Temporarily Pause the text output, maybe to catch up reading
  809.                before information scrolls from the screen. To re-start text
  810.                output, press any key (except Control S).
  811.  
  812.   Spacebar   = Terminates (aborts) the current message or file that you are
  813.                reading. Reading will continue at the next message (if you are
  814.                reading a series of messages).
  815.  
  816.      /       = The Slash key "/" is a more powerful version of the spacebar
  817.                abort function. If you are reading a series of messages (such
  818.                as a post and it's many responses) you can skip them all at
  819.                once using the Slash key.
  820.  
  821.   Control C  = Even more powerful is the Control C. Using Control C will
  822.                attempt to abort all messages, and also clear the input
  823.                buffer, meaning that if you've for instance, pressed several
  824.                commands at once, even those unprocessed commands will be
  825.                skipped. Another example is you've pressed [RETURN] a 
  826.                hundred times, and the system if endlessly reading messages,
  827.                and you would like to stop.
  828.  
  829.  Note: C-Net will display large numbers in a shorthand way. Whenever a number
  830. ranges from 0 to 9,999, the actual number itself will be displayed. Above
  831. 10,000, C-Net will move to "K" (kilo) notation, something like: 10K for
  832. 10,000 and 100K for 100,000. Once this number reaches 10,000,000, C-Net will
  833. enter "M" (mega) notation, something like: 10M for 10,000,000 and 100M for
  834. 100,000,000. This makes reading large numbers found in program sizes and
  835. status displays much easier to read. You should note that "K" here refers to
  836. the user-friendly 1,000 and not 1,024, as is sometimes a common reference to
  837. "K" in the computer world.
  838.  
  839.  
  840. 3.5 Command Stacking And Quick Commands
  841.  
  842.  C-Net Amiga allows you to enter several commands all at once on one 
  843. command line by separating them with semicolons ";". For example, the 
  844. following command will enter the Base, and read all new messages on all
  845. subboards:
  846.  
  847.                       B;RA
  848.  
  849.  This next one will print your status, your Activity Summary, then log you
  850. off of the system, answering "Yes" to loggoff, and "No" to leave feedback:
  851.  
  852.                       ST;AS;O;Y;N
  853.  
  854.  Many features of the system stop to ask "verification" usually in the form
  855. of "Is......correct?" or possibly "Are you sure?". By appending an
  856. exclamation point "!" to your command, you are able to tell C-Net to skip
  857. this verification. Some common uses are as follows:
  858.  
  859.  "MS1!" = Automatically selects to MailSend to account 1 (the sysop),
  860. skipping prompts which ask you for an account number or handle, and whether
  861. your selection of an account number was actually correct.
  862.  
  863.  "O!" = Skips the reading of "sys.end", and prompts of "Want to logoff of
  864. the system" and "Want to leave feedback first."
  865.  
  866.  
  867. 3.6 Terminal Parameters
  868.  
  869.  Your terminal parameters affect the way C-Net communicates with your
  870. terminal or computer. To view or edit your terminal parameters, press "E"
  871. from the main menu. here are explanations for many of the options:
  872.  
  873.  Your terminal type may be selected as dumb, ANSI, or Commodore 
  874. Color/Graphics. Commodore C/G mode is only usable by people with Commodore
  875. 64's or 128's with color/graphics terminal package. Most other computer 
  876. terminal emulation programs support some variation of the ANSI standard.
  877. If you see an abundance of "[36m" and the like on your screen, yours
  878. probably isn't one of them.
  879.  
  880.  C-Net keeps track of your screen width (columns) in order to properly 
  881. format messages for you. If a word will not fit at the end of a line on your
  882. terminal, C-Net will automatically move to the next line before printing the
  883. word. Your screen height (rows) is used to determine where to stop when
  884. asking "More?" if you have that feature enabled.
  885.  
  886.  The "More?" option allows you to let your screen fill up without worry of
  887. text scrolling off of the top before you have a chance to read it. In most
  888. cases, pressing "N" (for No) at the More prompt will abort the current
  889. message. Also, pressing the equal sign "=" at the More? prompt will cause
  890. More? to temporarily disable, until the next command prompt. In this way,
  891. you may choose to have an entire message or file displayed without pausing
  892. for More?.
  893.  
  894.  If you select yourself to be "paranoid" then whenever another user request
  895. information about you by using either the "UI" or "UL" command, all he will
  896. be able to see is your last call date. Otherwise, your address, phone number,
  897. and date of birth will also be displayed.
  898.  
  899.  Your "Help Level" (beginner, novice, or expert) determines the amount of
  900. redundancy that C-Net will suppress based on your familiarity with the
  901. system. At beginner level, all command level prompts are preceded with the
  902. most commonly used commands spelled out for you to choose from. At novice
  903. level, this is dropped; only prompts themselves are displayed. At expert
  904. level, even the entry files into individual subboards are dropped, printing
  905. only the subboard titles themselves. This can be a time saver if you have
  906. read them all many times before.
  907.  
  908.  Your "time zone" is a measure of your time difference from the system's 
  909. time. For example, if the system is in the Eastern Standard Time Zone, and
  910. you are calling from Hawaii, your "time zone correction factor" is probably
  911. -5. All dates that are displayed throughout the system, even those stored in
  912. the system's time, will be displayed to you in your time.
  913.  
  914.  You may also select your preferred "time format", that is, standard AM/PM
  915. format such as 3:22 PM, or 24 hour (military time) such as 15:22.
  916.  
  917.  
  918. 4. The Main Command Level
  919.  
  920.  The Main command level acts as the "center point" of the system. From here,
  921. the user may branch to any one of the other major subsystems.
  922.  
  923.  
  924. 4.1 Main Level Commands
  925.  
  926.  Following are the commands which are only accessible from the Main level of
  927. the system.
  928.  
  929.  A   = Accounting system summary. The user is able to select "Detailed" for
  930.        this command. Without detail, only a short summary of this calls 
  931.        charges and the user's balance will be displayed. With detail, an
  932.        itemization will be displayed, containing the amounts that the user has
  933.        been charged for each of the various system functions.
  934.  
  935.  B   = The Bulletin Board. See chapter 5 for details.
  936.  
  937.  G   = General text file base. See chapter 6 for more details.
  938.  
  939.  J   = Join a public conference. Built directly into C-Net is a multi-user
  940.        conferencing program, which allows users from the various ports to
  941.        communicate in a "forum" setting. The conference area is divided into
  942.        three "rooms" where each room may have a separate conversation among
  943.        various users.
  944.  
  945.  L   = List of other BBS's. See chapter 6 for more information.
  946.  
  947.  N   = News file base. See chapter 6 for more information. New news files
  948.        listed in the main directory of the news files base are displayed to
  949.        users as they logon to the system.
  950.  
  951.  O   = Off the system.
  952.  
  953.  P   = Program files base. See chapter 6 for more information.
  954.  
  955.  R   = Relogon to the system.  if the user has the proper privilege flag, 
  956.        this will allow him to return to the "Press your BackSpace Key"
  957.        prompt when logging off instead of having the system hang him up. This
  958.        is useful when a user wishes to use several accounts.
  959.  
  960.  S   = Shell, Command Line Interpreter. This will take you into your CLI so
  961.        make sure you don't forget your password that you have already setup
  962.        in your "bbsconfig" file.
  963.  
  964.  U   = Upload/Download base. See chapter 5 for more information.
  965.  
  966.  V   = Vote files base. See chapter 6 for more information. Actually, vote
  967.        topics can be added to any of the file areas, News, Pfiles, Gfiles or
  968.        Vote. The Vote area was simply added to provide a convenient place to
  969.        separate them from the others.
  970.  
  971.  X   = Call-Back Validation. New users who are within local calling distance
  972.        as determined by the file "sys.avalid" are given the chance to have
  973.        the system call them back once they have completed the new user logon
  974.        application. If for some reason they missed this opportunity, they
  975.        may elect to do it from the main menu. Only new users (not guest) may
  976.        us this feature, and are always given access level 1 when the
  977.        call-back is successful.
  978.  
  979.  Z   = Edit personal data. You may choose to allow your users to be able to
  980.        edit their Handles, Real Names, Addresses, Birth Dates, and Phone
  981.        Numbers. Access to this command is controlled by a user privilege
  982.        flag.
  983.  
  984.  
  985. 4.2 Commands Available Throughout The System
  986.  
  987.  The following commands are available not only at the Main command level, but
  988. also the base, udbase, and all filing system prompts.
  989.  
  990.  AG  = System Activity Graph.
  991.  
  992.  AS  = Activity Summary. This function will inform a user as to how many
  993.        files that he has uploaded and downloaded, as well as bytes, for this
  994.        call and since he has been a user of the system.
  995.  
  996.  C   = Call the Sysop to Chat.
  997.  
  998.  F   = Feedback for the Sysop's.
  999.  
  1000.  H   = Help utility. A series of help files are available to the user to
  1001.        provided information about the general operation of the system. These
  1002.        are the files "help." found in your "SYSTEM:" directory.
  1003.  
  1004.  I   = Information about this system. This will display the file "sys.info"
  1005.        from your "SYSTEM:" directory.
  1006.  
  1007.  HIn = Hide from a port (which port). A user may remove himself from the
  1008.        "WHO" list for any port. A user may not hide from the sysop.
  1009.  
  1010.  MSn = Send private mail (account number or handle). A user may leave mail 
  1011.        for any other user, provided he has the privilege flag set. Mail is
  1012.        checked for when a user first logs on, and occasionally while he is
  1013.        online (in case mail arrives from other ports).
  1014.  
  1015.        A return receipt provides a way for the user to find out that his
  1016.        message has actually been read, even if it is not replied to. He'll
  1017.        receive a notice in mail to this effect. Note that a return receipt
  1018.        is sent even if the mail is forwarded, but the user will be informed
  1019.        of this fact as well.
  1020.  
  1021.        When a user selects from his message to be returned, it will be
  1022.        included as part of the recipient's reply, or the return receipt.
  1023.        This is a handy function if you send a lot of mail, and are always
  1024.        wondering what user's replies are concerning, when you've forgotten
  1025.        what it was you were talking with him about.
  1026.  
  1027.        With the proper privilege flag set, a user can send "URGENT" mail,
  1028.        which means that it will be displayed to him before the logon process
  1029.        is complete on his next call to the system.
  1030.  
  1031.  MR  = Read your private mail. If you have mail waiting, this will provide
  1032.        you the ability to display the messages you have one by one, with
  1033.        several options active between:
  1034.  
  1035.           A = Read the message again.
  1036.  
  1037.           E = Edit user. A sysop may perform the EA command directly here.
  1038.  
  1039.           F = Forward. With the privilege flag, a user may "give" any piece
  1040.               of his mail to another account. Note that once a message is 
  1041.               forwarded, it may not be kept in your own mail box
  1042.               simultaneously.
  1043.  
  1044.           G = Sysop's can change the group number of the message sender. 
  1045.  
  1046.           K = Keep. The message will be re-filed into your mail box for
  1047.               later use.
  1048.  
  1049.           Q = Reply. The equivalent of using MS back to the sender of the
  1050.               message.
  1051.  
  1052.           U = User info. This will display the sender's stats. See the UI
  1053.               command below.
  1054.  
  1055.  Also, all of the "Common Commands" like Feedback, Chat, etc. are available
  1056. from this prompt.
  1057.  
  1058.  Default is to move on to the next message, forgetting the current message.
  1059. Before exiting the MR command, an option will be given to Re-Read your
  1060. messages, giving another opportunity to perform the above functions again.
  1061.  
  1062.  MUn = Muffle a port (port number). If you decide to muffle a port, that port
  1063.        that port will not be able to send OLM's to you (see below). A sysop
  1064.        cannot be muffled.
  1065.  
  1066.  NU  = Re-Read the new user message. This simply reads the file that was
  1067.        originally read to the user as he first applied for an account.
  1068.  
  1069. OLMn = Send an On-Line Message (port number). Users may send each other
  1070.        messages or send the message to all ports (broadcast) which will be
  1071.        displayed at the next command prompt, or even while in the editor or
  1072.        the conferencing program, provided the user is at the first column of
  1073.        a line. A user may be "Muffled" against sending OLM's to any specific
  1074.        port(s).
  1075.  
  1076.  PW  = Change your password.
  1077.  
  1078.  ST  = Your current status.
  1079.  
  1080.  T   = Time information.
  1081.  
  1082.  UI  = Information about a user. This option will effectively allow any user
  1083.        to do the equivalent of "Status" on any other user. However, if the
  1084.        user you wish to find the status of has selected that he is "paranoid"
  1085.        then only the Handle and Last Call date will be displayed. The full 
  1086.        information is displayed to the sysop.
  1087.  
  1088.  UL  = Complete user list/search. A user-list consists of a tabular list of
  1089.        account numbers, handles, last call dates, and for non-paranoid users,
  1090.        real names and phone numbers. options are given for an alphabetical
  1091.        list, and a short list of handles only. A starting position in the
  1092.        list can also be specified. In addition, users may search for specific
  1093.        patterns to be found in real names, handles, and phone numbers (area
  1094.        codes only). Sysop's can obtain lists of members of specific access
  1095.        groups as well.
  1096.  
  1097.  WHO = Who else is on-line? This command will display a tabular list of all
  1098.        users currently logged onto the system. Information displayed includes
  1099.        port numbers, handle, city, logon time, baud rate, location currently
  1100.        in the system, and "flags". The flags refer to the status of the hide
  1101.        and muffle commands. The flags are: H=You're hiding from this port.
  1102.        M=You're muffling this port. h or m = he's hiding from or muffling
  1103.        you.
  1104.  
  1105.  AU  = Auto user monitor. Sends OLM's to the user notifying him of the logon
  1106.        or logoff of the other users.
  1107.  
  1108.  EP  = Edit system preferences. Here a user selects his help level, default
  1109.        download protocol, whether he wants the "More?" pause, wether or not
  1110.        he is paranoid (others can see his personal information), his time
  1111.        zone, time display format, mailbox status (open to accept mail or not
  1112.        as well as auto-forwarding to another account), and his personal
  1113.        MACROS.
  1114.  
  1115.  ET  = Edit Terminal Parameters. Here, the computer type, graphics set, ANSI
  1116.        mode, line feeds, and the screen size can be set. Graphics sets 
  1117.        available are: ASCII (7 bits only), Commodore Color/Graphics (the 64 &
  1118.        128 users can see color, and enter the C= graphics characters), IBM
  1119.        graphics (IBM users can see IBM graphics characters, and enter a 
  1120.        limited set of these), AMIGA International (AMIGA users can enter all
  1121.        language characters), and AMIGA SkyPix (equivalent to AMIGA
  1122.        International, but will also allow SkyPix codes to be transmitted).
  1123.  
  1124.        Currently, translation only occurs between IBM and C/G users to view
  1125.        each others graphics characters. AMIGA International characters are
  1126.        NOT yet translated for IBM and C/G users, and vice versa. 
  1127.  
  1128.  
  1129.             -=-
  1130.  
  1131.                           FULL LIST OF C-NET COMMANDS
  1132.  
  1133.  
  1134. 1; Maintenance menu
  1135.     VF, VIEW Feedback
  1136.     VN, VIEW New
  1137.     EA, Edit Account
  1138.     EG, Edit Group
  1139.     WF, Write File
  1140.     RF, Read File
  1141.     AM, Activity Monitor
  1142.     LC, Call Log
  1143.     LU, Transfer Log
  1144.     DUmp
  1145.     LA, Amaint Log
  1146.     RUN
  1147.     DD, Download Direct
  1148.     *D
  1149.     TOSL, TOSelectList   |#2 Pfiles:bbs/TOSL}
  1150.  
  1151. 2; Available everywhere
  1152.     Help
  1153.     Chat
  1154.     Time
  1155.     Feedback
  1156.     INFo
  1157.     NU, New User
  1158.     STatus
  1159.     PW, Change Password
  1160.     FInger, UI
  1161.     MS, Mail
  1162.     MR
  1163.     CRedits
  1164.     AG, Activity Graph
  1165.     WHo
  1166.     OLm, On Line Message
  1167.     HIde
  1168.     MUffle
  1169.     UM, User Monitor
  1170.     ET, EDit TERMinal
  1171.     EP, EDit PREFS
  1172.     EU, EDit USER
  1173.     CC, Chat Call
  1174.     ACcount
  1175.     MM, Multi Mail
  1176.     WHY
  1177.     IDentify
  1178.     EF, EDit FInger
  1179.     *C
  1180.     SS
  1181.     DS
  1182.     RM
  1183.     FIND
  1184.     NSal
  1185.  
  1186. 3; Main prompt
  1187.     Base
  1188.     Gfiles
  1189.     Join
  1190.     List
  1191.     News
  1192.     Pfiles
  1193.     Relogon
  1194.     Quit, Off
  1195.     Shell
  1196.     Uploads
  1197.     Vote
  1198.     X, Call Back
  1199.     ?
  1200.     UL, User List
  1201.     MV, Mail Verify
  1202.     TErm
  1203.     MOnitor
  1204.  
  1205. 4; ud/base
  1206.     SN~Scan NEW
  1207.     RN~Read NEW PREVIEW
  1208.     YN~Yank NEW PREVIEW
  1209.     BN~Browse NEW PREVIEW
  1210.     SA~SG NEW
  1211.     RA~RG NEW PREVIEW
  1212.     YA~YG NEW PREVIEW
  1213.     BA~BG NEW
  1214.     AL, Add List
  1215.     KL, Kill List
  1216.     EL, Edit List
  1217.     YG, Yank Global
  1218.     SG, Scan Global
  1219.     RG, Read Global
  1220.     BG, Browse Global
  1221.     VIew
  1222.     Again
  1223.     Browse
  1224.     Download
  1225.     Examine
  1226.     TYPE,Grab
  1227.     DRop
  1228.     Join
  1229.     Kill,DELete
  1230.     List
  1231.     NOTE,NEw
  1232.     Off
  1233.     Post
  1234.     Read
  1235.     DIR,Scan
  1236.     Quit
  1237.     Upload
  1238.     Validate
  1239.     AO, Adopt Orphans
  1240.     ENtry
  1241.     *, SElect
  1242.     ?
  1243.     <
  1244.     >
  1245.     /
  1246.     Write
  1247.     ATtribute
  1248.     MOve
  1249.     REspond
  1250.     Z, SEArch
  1251.     ZG, SEArch Global
  1252.     Yank
  1253.     Xit
  1254.     MF, Mail Subop
  1255.     :
  1256.     ML
  1257.     TEst
  1258.     TRansform
  1259.     INvite
  1260.     ORder
  1261.     CD
  1262.     EDit
  1263.     VOte
  1264.     RR
  1265.  
  1266. 5; Respond or Pass?
  1267.     Download
  1268.     Examine
  1269.     Grab
  1270.     Respond
  1271.     Quit
  1272.     Again
  1273.     Validate
  1274.     ?,Help
  1275.     *, SElect
  1276.     Write
  1277.     ATtribute
  1278.     New
  1279.     Kill
  1280.     Last
  1281.     .
  1282.     Over
  1283.     +
  1284.     -
  1285.     Pass
  1286.     TEst
  1287.     TRansform
  1288.     POst
  1289.     EDit
  1290.     Scan
  1291.     Z, SEArch
  1292.     VOte
  1293.  
  1294. 6; News/GFiles/PFiles
  1295.     Off
  1296.     Quit
  1297.     Scan, List
  1298.     Post
  1299.     AO
  1300.     EL
  1301.     Edit
  1302.     ATtribute
  1303.     AL
  1304.     Kill
  1305.     ENtry
  1306.     EXit
  1307.     Add
  1308.     ML
  1309.     X, ALPhabetize
  1310.     ?
  1311.     /
  1312.     Download
  1313.  
  1314. 7; Read mail, between items
  1315.     ?,Help
  1316.     .,Again,Over
  1317.     Edit
  1318.     Send
  1319.     Group
  1320.     Kill
  1321.     Quit
  1322.     Reply
  1323.     User
  1324.     List
  1325.     *, SElect
  1326.     Download
  1327.     Pass
  1328.     Noreceipt
  1329.     Write
  1330.  
  1331. 8; New-scan subboard selection
  1332.     List
  1333.     Filter
  1334.     Keyword
  1335.     Subboards
  1336.     Yank
  1337.     ?
  1338.     Abort
  1339.  
  1340. 9; Read-all
  1341.     Post
  1342.     Skip
  1343.     Quit
  1344.     Abort
  1345.     Continue
  1346.     Drop
  1347.  
  1348. 10; Editor-empty or with text
  1349.     *
  1350.     Zip
  1351.     Abort
  1352.     Save
  1353.     New
  1354.     /,.
  1355.     O
  1356.     Wrap
  1357.     Visual
  1358.     >
  1359.     ?,Help
  1360.     Quote
  1361.     Get
  1362.  
  1363. 11; Editor-with text only
  1364.     Insert
  1365.     Mciread
  1366.     Read
  1367.     List
  1368.     Edit
  1369.     K
  1370.     Toggle
  1371.     Delete
  1372.     Border
  1373.     Copy
  1374.     Justify
  1375.     Find
  1376.     $
  1377.     Put
  1378.  
  1379. 12; Editor justify options
  1380.     Left
  1381.     Right
  1382.     Pack
  1383.     Center
  1384.     Expand
  1385.     Indent
  1386.     Unindent
  1387.  
  1388. 13; Scan for new at logon
  1389.     Read~RG NEW PREVIEW
  1390.     Browse~BG NEW
  1391.     List
  1392.     RG
  1393.     BG
  1394.     Yank
  1395.     Cancel
  1396.     ?
  1397.     Quit
  1398.  
  1399. 14; Bbslist
  1400.     Add
  1401.     Kill
  1402.     List,Scan
  1403.     Quit
  1404.     ?
  1405.     Off
  1406.     *
  1407.     Download
  1408.  
  1409. 16; Conference
  1410.     ?
  1411.     List
  1412.     Room
  1413.     Quit
  1414.     COntrol
  1415.     PAss
  1416.     Invite
  1417.     Uninvite
  1418.     X,Edit
  1419.     XR,Edit Room
  1420.     PErmanent
  1421.     NAme
  1422.     SAve
  1423.     Verify
  1424.  
  1425. 17; Mail-verify
  1426.     .,Again
  1427.     Edit
  1428.     Kill
  1429.     Next
  1430.     Quit
  1431.     ?
  1432.  
  1433. 18; Vote
  1434.     List
  1435.     Add
  1436.     Kill
  1437.     Quit
  1438.     Edit
  1439.     Xamine
  1440.     New
  1441.  
  1442. 20; Browse
  1443.     Quit
  1444.     Read
  1445.     *
  1446.     Download
  1447.     ?
  1448.     Grab
  1449.     Examine
  1450.  
  1451. 21; Read mail, before reading items
  1452.     ?
  1453.     Quit
  1454.     Scan
  1455.     New
  1456.     Old
  1457.     All
  1458.  
  1459. 22; Message Quote
  1460.     List
  1461.     Add
  1462.     Quit
  1463.     Step
  1464.     Response
  1465.  
  1466. 23; Alternate BBSTEXT/MENU prompt (example)
  1467.     C-Net
  1468.     Ami-Express
  1469.  
  1470. 24; Abort/Logoff prompt before file transfer
  1471.     Abort
  1472.     Logoff
  1473.         Descriptions  |#2 pfiles:bbs/DloadDescript}
  1474.  
  1475. 25; Join/Visit prompt in base
  1476.     Join
  1477.     Visit
  1478.  
  1479. 27; Scan for new at base entry
  1480.     Yes
  1481.     Browse
  1482.     Scan
  1483.     No
  1484.  
  1485. 28; Net Mail Send
  1486.     Post
  1487.     Request
  1488.     Send
  1489.     Quit
  1490.     ?
  1491.  
  1492. 30; Computer types; list no more than 24
  1493.     Amiga 500
  1494.     Amiga 600
  1495.     Amiga 1000
  1496.     Amiga 1200
  1497.     Amiga 1500
  1498.     Amiga 2000
  1499.     Amiga 2500
  1500.     Amiga 3000
  1501.     Amiga 4000
  1502.     Amiga Other
  1503.     Other Than Amiga
  1504.  
  1505. 31; Reading messages ("mess" option)
  1506.     Respond
  1507.     Quit
  1508.     .,Again
  1509.     ?,Help
  1510.     Pass
  1511.     POst
  1512.  
  1513.              -=-
  1514.  
  1515.                         The Ultimate CNet Tutorial
  1516.  
  1517.         CONTENTS
  1518.  
  1519.         Part 1: The Database Tour
  1520.         Part 2: The Quick Review (For user in a hurry)
  1521.         Part 3: Advanced Commands
  1522.         Part 4: The Typical Logon
  1523.  
  1524.  
  1525. 1) The DATABASE Tour.
  1526.  
  1527.         to go into the FILE Section:
  1528.         Type: U         (AmiX: J)
  1529.  
  1530.         you will have a choice like this:
  1531.  
  1532.         ++++++++
  1533.          1. (dir)   Amiga Wares          2.       Upload to Sysop
  1534.  
  1535.         Please select a SubBoard.
  1536.  
  1537.         Upload Base> _
  1538.         ++++++++
  1539.  
  1540.         enter the number of the base into which you want to go. when you
  1541.         are into the desired base, there may be other such choice, just
  1542.         keep selecting the menu you want.
  1543.  
  1544.  
  1545.  
  1546.         ok. you are now into a base. how can you tell? it will write the
  1547.         number of FILES into that base. like this:
  1548.  
  1549.         ++++++++
  1550.         *Subboard (1) New Games
  1551.  
  1552.         : Last visit was Tue 25-Aug-1992  1:05a
  1553.         :  158 files      (   4 new)
  1554.         :    8 responses
  1555.  
  1556.         Used: 92% of 663M  Free: 49M
  1557.  
  1558.         (1) New Games> _
  1559.         ++++++++
  1560.  
  1561.       * To list the files:
  1562.  
  1563.         Type: S 1-              list from file #1 to last file  (AmiX: F 1)
  1564.         Type: SN                list NEW file only              (AmiX: N S U)
  1565.         Type: SA                list ALL NEW files Everywhere   (AmiX: ??)
  1566.         Type: S 'ray'           List files with 'ray' in their Description
  1567.                                 or name                         (AmiX: Z RAY)
  1568.  
  1569.       * To mark files:
  1570.  
  1571.         Type: *16               to mark file #16                (AmiX: M)
  1572.         Type: *16-22            to mark file #16 up to 22       (AmiX: ?)
  1573.         Type: *16,21            to mark file #16 AND 21         (AmiX: ?)
  1574.  
  1575.  
  1576.       * To download Marked files:
  1577.  
  1578.         Type: DS                Download Selected               (AmiX: D)
  1579.  
  1580.  
  1581.       * To erase marked files:
  1582.  
  1583.         Type: *C                Clear selected list
  1584.  
  1585.  
  1586.       * To view marked files:
  1587.  
  1588.         Type: SS                Scan Selected
  1589.  
  1590.  
  1591.       * To download a file:
  1592.  
  1593.         Type: D 1               to download Item #1             (AmiX: D)
  1594.         Type: D 1,2,5           to download Item #1, 2 AND 5    (AmiX: D)
  1595.         Type: D 1-3,6           To download 1 UP TO 3 AND 6     (AmiX: D)
  1596.  
  1597.  
  1598.       * To upload a file:
  1599.  
  1600.         Type: U                 upload a file in BATCH mode.    (AmiX: U)
  1601.         Type: U 12              to RESUME file #12              (AmiX: UR)
  1602.  
  1603.  
  1604.       * To go into the MESSAGE BASE:
  1605.  
  1606.         Type: B                 Message Base (From MAIN MENU)   (AmiX: J)
  1607.                                 You have the same BASE CHOICE as with
  1608.                                 the FILE SECTION. Select the one you want
  1609.                                 by pressing the NUMBER.
  1610.  
  1611.  
  1612.       * To enter a PUBLIC message:
  1613.  
  1614.         Type: P                 POST message. you will be asked (AmiX: E)
  1615.                                 for the title, ect
  1616.  
  1617.  
  1618.       * To READ a message:
  1619.  
  1620.         Type: R 1               To read Message #1              (AmiX: R)
  1621.         Type: R 1,2,5           To read Message #1, 2 AND 5     (AmiX: R)
  1622.         Type: R 1-              To read from Message #1 to end  (AmiX: R)
  1623.  
  1624.  
  1625.       * To read PUBLIC messages addressed to you:
  1626.  
  1627.         Type: R TOME            Read public message addressed   (AmiX: ?)
  1628.                                 to me.
  1629.  
  1630.  
  1631.       * To read all new public message in CURRENT Message Base only:
  1632.  
  1633.         Type: RN                Read New messages               (AmiX: R)
  1634.  
  1635.  
  1636.       * To real ALL new public message in EVERY message base:
  1637.  
  1638.         Type: RA                Read All new messages
  1639.  
  1640.  
  1641.       * To list messages in SHORT format (1 line with only the subject):
  1642.  
  1643.         Type: S 1-              Scan from message #1 to end     (AmiX: R)
  1644.         Type: S 1,2,6           Display item 1, 2, AND 6        (AmiX: R)
  1645.         Type: S 1-10,32         Display from 1 to 10, AND 32    (AmiX: R)
  1646.  
  1647.  
  1648.       * To list NEW messages in SHORT format in CURRENT Base:
  1649.  
  1650.         Type: SN                Scan NEW messages
  1651.  
  1652.  
  1653.       * To list NEW messages in SHORT format in EVERY Base:
  1654.  
  1655.         Type: SA                Scan ALL NEW messages
  1656.  
  1657.  
  1658.       * To enter a PRIVATE message to a user:
  1659.  
  1660.         Type: MS username       Mail Send to username           (AmiX: E)
  1661.         Type: MS 1              Mail Send to user #1            (AmiX: E)
  1662.  
  1663.  
  1664.       * To read your PRIVATE message(s):
  1665.  
  1666.         Type: MR                Mail Read                       (AmiX: R)
  1667.  
  1668.  
  1669.       * Leave a message to SYSOP:
  1670.  
  1671.         Type: F                 FEEDBACK to sysop               (AmiX: C)
  1672.  
  1673.  
  1674.       * Chat the SYSOP:
  1675.  
  1676.         Type: C                 CHAT                            (AmiX: O)
  1677.  
  1678.  
  1679.      *  Logoff from the board:
  1680.  
  1681.         Type: O                 logOff from the board           (AmiX: G)
  1682.  
  1683.  
  1684.      *  FAST Logoff from the board:
  1685.  
  1686.         Type: O!                Fast LogOff                     (AmiX: G)
  1687.  
  1688.  
  1689. 2) The Quick Review
  1690.  
  1691.         Action                  Command         Description
  1692.         --------------------------------------------------------------------
  1693.         * Go to File base:      U               Upload/doanload base
  1694.         * Download:             D 1,2,4         download file 1,2 and 4
  1695.         * Upload:               U               upload. You can do a batch
  1696.         * List Files:           S 1-            list from file #1 to end
  1697.         * List New Files:       SN              List new files in base
  1698.         * List ALL New Files:   SA              list ALL new files
  1699.  
  1700.         * Go to message base:   B               message Base
  1701.         * Read a message:       R 1,2,4         Read message 1, 2 AND 4
  1702.         * Enter a message:      P               Post public message
  1703.         * List Message title:   S 1-            List from Message #1 to end
  1704.         * Read NEW messages:    RN              Read NEW in CURRENT base
  1705.         * Read ALL NEW message: RA              Read NEW messages EVERY base
  1706.         * Read private mail:    MR              Mail Read
  1707.         * Write private mail:   MS <username>   Send mail to <username>
  1708.  
  1709.         * Back to main menu:    Q               Quit back to main
  1710.  
  1711.  
  1712. 3) Advanced Commands
  1713.  
  1714.         * GFiles                Type: G         from the MAIN menu
  1715.  
  1716.           The GFiles are General text Files. they are simply texts, that
  1717.           the sysop puts up for the user to read. Upon entering the GFiles
  1718.           section, the user will get this display:
  1719.  
  1720.         ------------------------------------------
  1721.  
  1722.         ## Description
  1723.         == ==============================
  1724.          1 Welcome to the GFiles!
  1725.          2 Rules of this board
  1726.          3 How to win this week's jackpot
  1727.          4 Have you killed a lamer recently?
  1728.          5 You should!
  1729.  
  1730.          Enter Item#, Scan, Quit, ?=Menu
  1731.  
  1732.          General Files> _
  1733.  
  1734.         ------------------------------------------
  1735.  
  1736.         - In order to read a text, you simply have to press the number at
  1737.           the left of the desired text. very simple, is it not?
  1738.  
  1739.         - after having read the text, the menu will NOT be printed, you
  1740.           will have to press either <S> or <L> to have the List of text
  1741.           files.
  1742.  
  1743.         - if you desire, you can DOWNLOAD a text by entering the usual
  1744.           DOWNLOAD command:
  1745.  
  1746.           Type: D 1,2,5         to doanload text 1, 2, AND 5
  1747.  
  1748.         - if you want to get back to the MAIN MENU, wimply press <Q>.
  1749.  
  1750.         - you can also logoff from here by pressing either <O> or <O!>.
  1751.  
  1752.  
  1753.         * PFiles                Type: P         from the MAIN menu
  1754.  
  1755.           The PFiles are called Program Files. On other BBS they are known
  1756.           as DOORS. These files can be anything, ranging from simple text
  1757.           files to complex C Programs, or any DOS commands. There is
  1758.           currently many such PFiles available written in AREXX, such as
  1759.           Global War and many other games. The PFiles section operates
  1760.           EXACTLY as the GFiles section. Same display, same commands.
  1761.  
  1762.  
  1763.         * News                  Type: N         from the MAIN menu
  1764.  
  1765.           The news system in C-NET is very interesting. it lets people with
  1766.           proper clearance write texts in this area. The special things in
  1767.           the NEWS area, is when a user log in, they are showed all new
  1768.           NEWS text since their last call. This can be used to keep users
  1769.           informed of news on the system, addition to the board, the death
  1770.           of yet another lamer or any other interesting news.
  1771.  
  1772.           Here again the NEWS section operates EXACTLY as the GFiles and
  1773.           the PFiles sections. SAME display, SAME commands.
  1774.  
  1775.         * List                  Type: L         from the MAIN menu
  1776.  
  1777.           List is a special section exclusively for the storage of other
  1778.           BBS' number. User can directly add their number to the base. When
  1779.           you enter you have this display:
  1780.  
  1781.  
  1782.         ------------------------------------------
  1783.  
  1784.         CNet AMIGA BBSList 2.0
  1785.  
  1786.         There are 43 systems listed.
  1787.  
  1788.         BBSList> _
  1789.  
  1790.         ------------------------------------------
  1791.  
  1792.  
  1793.           the numbers are numerically ordered. you can view them for a
  1794.           specific area, or from a specific area.
  1795.  
  1796.         - to list ALL numbers from the base press <L>. you will be asked
  1797.           from which area code to start listing. Either press <RETURN> to
  1798.           start from the top of the list, or enter the first desired area
  1799.           code.
  1800.  
  1801.         - you can also DOWNLOAD the whole BBS List, Simply press <D>.
  1802.  
  1803.         - you can have the whole bbs list packed into a file which you can
  1804.           MARK for future download, for this enter an asterisk <*>.
  1805.  
  1806.         - To add your number to the list, press <A>, and follow the
  1807.           on-screen prompts.
  1808.  
  1809.  
  1810.         * Vote                  Type: V         from the MAIN menu
  1811.  
  1812.           The C-NET vote system. This section is very easy to use. Here is
  1813.           the basic display:
  1814.  
  1815.         ------------------------------------------
  1816.  
  1817.         Current Topics (*=You need to vote):
  1818.  
  1819.           1:Do you prefer CNet or AmiExpress
  1820.           2:Do you have sex
  1821.  
  1822.         Voting (Topic#, L:ist, Q:uit)> _
  1823.  
  1824.         ------------------------------------------
  1825.  
  1826.           so, to use this system is rather easy. Press the number of the
  1827.           topic on which you want to vote. you will be prompted with the
  1828.           choices like this:
  1829.  
  1830.  
  1831.         ------------------------------------------
  1832.  
  1833.         Topic #1
  1834.         Do you prefer CNet or AmiExpress
  1835.         (contributed by The Joker on Thu 27-Aug-1992 12:52a)
  1836.  
  1837.         Which BBS program do you prefer?
  1838.  
  1839.              #:Possible answers
  1840.              1:CNet Amiga                       2:AmiExpress
  1841.  
  1842.         Your choice (1-6): _
  1843.  
  1844.         ------------------------------------------
  1845.  
  1846.           Simply enter the desired vote. You can then move to the next vote
  1847.           by pressing it's number. you can get back the list of topics on
  1848.           which to vote by pressing <L>.
  1849.  
  1850.  
  1851.  
  1852.         * Join                  Type: J         from the MAIN menu
  1853.  
  1854.           This is the CONFERENCE system of CNet. This conference system
  1855.           allows multi line BBS can have their users chat together all at
  1856.           the same time. Simply type <J> from the main menu, and VOILA! you
  1857.           are in to chat with other users!
  1858.  
  1859.           here are some usefull commands in the conference system:
  1860.  
  1861.                 - /Q    go back to main menu
  1862.                 - /WH   to know who else is using the BBS
  1863.                 - /L    to list the available ROOMS
  1864.                 - /R x  go to the room #x
  1865.  
  1866.           rooms are special chat-area with predefined users/topics. you can
  1867.           move between those rooms, and chat with different people, and
  1868.           under different topics.
  1869.  
  1870.         * UserListing           Type: UL        from the MAIN menu
  1871.  
  1872.           If you want to have a list of all users on the board, you can use
  1873.           the UserList function. here is how it works:
  1874.  
  1875.         ------------------------------------------
  1876.  
  1877.         Main> UL
  1878.  
  1879.         Alphabetically by handles [No]? _
  1880.         List handles only [No]? _
  1881.  
  1882.         ------------------------------------------
  1883.  
  1884.           if you want to have the users in alphabetical order, answer yes
  1885.           to the first question. if you wish to have handles AND userinfo,
  1886.           answer No to the second question
  1887.  
  1888.         ------------------------------------------
  1889.  
  1890.         Enter the beginning Account Number.
  1891.         :
  1892.  
  1893.         ------------------------------------------
  1894.  
  1895.           here you can enter a number from which the list will start. Each
  1896.           user are assigned with a unique account number, this is the
  1897.           number you must enter if you wish to have a selective list.
  1898.  
  1899.         ------------------------------------------
  1900.  
  1901.         Search patterns:
  1902.  
  1903.         1.  RealName: <INACTIVE>
  1904.         2.  Voice#  : <INACTIVE>
  1905.         3.  Handle  : <INACTIVE>
  1906.         4.  Computer: <INACTIVE>
  1907.         5.  Country : <INACTIVE>
  1908.         6.  Access  : <INACTIVE>
  1909.  
  1910.         # or ENTER=begin?
  1911.  
  1912.         ------------------------------------------
  1913.  
  1914.           here are the UserList Search Patterns. Press the number of the
  1915.           parameters you wish to search for. you can select none or all of
  1916.           them if you want. once you are done, press return at the prompt
  1917.           to begin listing users which match your patterns.
  1918.  
  1919.  
  1920.         Some other everyday commands
  1921.  
  1922.         * Credit Balance        Type: CR        from any prompt
  1923.  
  1924.           here is the display you will get:
  1925.  
  1926.         ------------------------------------------
  1927.  
  1928.         Messages entered: 12 private; 8 public
  1929.  
  1930.                            Files        Bytes
  1931.         -------------  ---------  -----------
  1932.         Your Uploads  :       12       1232 K
  1933.         Your Downloads:       24       1655 K
  1934.         Default ratios:      3:1         3:1
  1935.         Your credits  :       12       2041 K
  1936.         Usable today  :       12       2041 K
  1937.  
  1938.         ------------------------------------------
  1939.  
  1940.           ok, here are the meanings of the numbers. YOUR UPLOADS, reflect
  1941.           the number of FILES and the number of KILOBYTES you uploaded.
  1942.  
  1943.           YOUR DOWNLOADS are the number of FILES and the number of
  1944.           KILOBYTES you downloaded.
  1945.  
  1946.           DEFAULT RATIOS is the ratio you currently have.
  1947.  
  1948.                 FILES: 3:1. this means that for each file you upload, you
  1949.                        you can download 3. Simply put, you get 3 times the
  1950.                        number of files you upload.
  1951.  
  1952.                 BYTES: 3:1 this means the number of kilobytess you receive
  1953.                        for each kilobytes you send. here again, it's 3
  1954.                        times the number of kilobytes you send.
  1955.  
  1956.         YOUR CREDITS is the total number of FILES and the number of
  1957.         KILOBYTES you can download from the BBS.
  1958.  
  1959.         USABLED TODAY if the number of FILES and the number of KILOBYTES
  1960.         you can download TODAY. the rest can be downloaded at another day.
  1961.  
  1962.  
  1963.  Remember that there is MANY MANY more commands avaiable with c-net. While
  1964.  this text if only a tutorial for non-expert, and for people that only wosh
  1965.  to be acquinted with c-net, i will not go into further details.
  1966.  
  1967.  
  1968. 4) The Typical LOGON.
  1969.  
  1970. --------------------------------------
  1971.  
  1972. CONNECT 19200/HST/HST/V42BIS
  1973.  
  1974. Press RETURN to enter System:
  1975.  
  1976.  
  1977. CNet AMIGA 2.25a (c)1990-92
  1978. Perspective Software 313-981-1524 [BBS]
  1979.  
  1980. Terminal A=ANSI, C=CBM, I=IBM, S=Sky, [NONE]: _
  1981.  
  1982. { do i need to explain this line? it's for selecting the GRAPHICS you want }
  1983.  
  1984. ANSI enabled!
  1985.  
  1986. { we selected ANSI graphics }
  1987.  
  1988. Enter NEW if you have no account.
  1989. Enter your handle.
  1990. :                     .
  1991.  
  1992. { if you have NO account on a CNet board, you must enter NEW at the prompt
  1993.   and answers question for your account. }
  1994.  
  1995. { please note that the following logon is for the 2.25+ version of CNet }
  1996.  
  1997. Enter NEW if you have no account.
  1998. Enter your handle.
  1999. : The Joker           .
  2000.  
  2001. Enter your password
  2002. : ........
  2003.  
  2004. Verified.               { ok, you are recognised! }
  2005.  
  2006. NOTE: you are allowed only 4 more calls today.
  2007. { calls left for this day }
  2008.  
  2009. @ Cleared for logon
  2010.  
  2011. The Last caller was: Lamer Killer
  2012.  
  2013. No new news.            { if any NEWS text were posted, they would be
  2014.                           displayed, else this line is shown }
  2015.  
  2016. No new mail.            { if you dont have any new mail }
  2017.  
  2018. You have new mail--read now [No]? _     { if you have new messages waiting }
  2019.  
  2020. You have 1 new; 1 old messages.
  2021.  
  2022. Scan messages now [Yes]? Yes
  2023.  
  2024.   1 Sun 21-Aug-1992 1:22a Sysop                 Money
  2025. * 2 Sun 30-Aug-1992 3:51a Sysop                 Validation
  2026.  
  2027. Quit, Scan, New, Old [All]> _
  2028.  
  2029. { note the * at the left of the message numbers. it shows the NEW messages.
  2030.   at this prompt you can Quit reading messages, Scan messages, read only
  2031.   NEW messages, and the default ALWAYS in [] is to Read ALL messages. }
  2032.  
  2033. item: 1 (of 2)
  2034. subj: Money
  2035. from: Sysop (1, sysop name, 555-555-1234, Super User)
  2036. on  : Sat 29-Aug-1992  7:18P
  2037.  
  2038. Hi there.
  2039.  
  2040. you must give me $500 to have access to the PD section. else, i send to
  2041. cops to your house.
  2042.  
  2043. Sincerely yours,
  2044.  
  2045.         The Sysop
  2046.  
  2047. { ok, you surely guessed it right, that was the Message!! }
  2048.  
  2049. Again, Reply, Kill, [Pass]> _
  2050.  
  2051. { from this prompt you can: Again=Read the message again, Reply=Reply to
  2052.   this message by sending an answer to the user as a PRIVATE message,
  2053.   Kill=erase the message without answering, [Pass]=go to the next message
  2054.   without answering the current message. you have more choice avaiable at
  2055.   this prompt like entering the # of the message you want to read, <D> to
  2056.   download the attached FILE to this message (if any), <Q> quit mail
  2057.   reading, <?> for a menu of available commands. }
  2058.  
  2059. { so,let say you decided to reply to this message. }
  2060.  
  2061. Again, Reply, Kill, [Pass]> Reply
  2062.  
  2063. Is Sysop correct [Yes]? _
  2064.  
  2065. { if you simply press RETURN, it will take the default choice which is YES }
  2066.  
  2067. Enter a subject for your message.
  2068. : Hello Sysop!
  2069.  
  2070. { ok, the next questions might not be present, depending on your access
  2071.   level }
  2072.  
  2073. # of days before auto-expiration:
  2074.  
  2075. { if you enter, let say 10, after 10 days, if unread, your message will be
  2076.   deleted. }
  2077.  
  2078. Mark this item as file-mail  [No]?
  2079.  
  2080. { if the subject entered is the PATH + FILENAME of a file to attach to this
  2081.   message }
  2082.  
  2083. Return a receipt if no reply [No]?
  2084.  
  2085. { some user have a bad habit of reading your message without replying. with
  2086.   this RECEIPT, you will get a message back saying if the user answered
  2087.   your message, if he deleted it, or if he kept it for replying later. }
  2088.  
  2089. Return original message also [No]?
  2090.  
  2091. { with the receipt, you may want to have the message you sent too. this may
  2092.   be usefull, since you may not remember what your message was. }
  2093.  
  2094. Urgent mail (show at logon) [No]?
  2095.  
  2096. { having URGENT MAIL allows you to have users read the mail just after he
  2097.   has logged on the bbs. usefull for URGENT messages that cannot wait until
  2098.   the Message Reading usual time }
  2099.  
  2100. CNet AMIGA TextMachine 2.0:
  2101. Enter up to 250 lines--enter .H at column 1 for Help, or .S to Save.
  2102. Only press ENTER when beginning a new paragraph.
  2103.  
  2104. _
  2105.  
  2106. { here you are in the great CNet text editor. you simply type your message,
  2107. and when you are done, press return, THEN press <.S> to save your message.
  2108. you can view the resulting message the same way the receiver will see it by
  2109. typing return and pressing <.M>, or sumply view your text by typing return
  2110. then pressing <.R>. }
  2111.  
  2112. Dear Sysop,
  2113.  
  2114.   i am making you a BLANK check. So take whatever money you need from me. i
  2115. like givin away my money for shitty PD software.
  2116.  
  2117. Thanks,
  2118.  
  2119.         The Joker
  2120.  
  2121. { here, you press <.S> at column #1 }
  2122.  
  2123. .S { + Return }
  2124.  
  2125. Mail files.
  2126.  
  2127. { that's it, your message was saved, and we get back to this prompt: }
  2128.  
  2129. Again, Reply, Kill, [Pass]> Q
  2130.  
  2131. {ok, we typed Q to quit message READING. }
  2132.  
  2133.  
  2134. Quit, Scan, New, Old, [All]> _
  2135.  
  2136. { so here you can go back to scanning files, reading messages, ect. but
  2137.   we'll just Quit }
  2138.  
  2139. Quit, Scan, New, Old, [All]> Quit
  2140.  
  2141. Kill all messages [No]? _
  2142.  
  2143. { if you read all your messages, but not deleted them, you can use this
  2144.   option to delete ALL of them. }
  2145.  
  2146.  
  2147. 1 Subboard(s) report new uploads since your last call.
  2148.  
  2149. Quick-browse these new files now [Yes]?
  2150.  
  2151. { with the BROWSING action you can move though files, selecting files for
  2152.   later downloading. }
  2153.  
  2154. Quick-browse these new files now [Yes]? Yes
  2155.  
  2156. New uploads located: 2
  2157.  
  2158.   1 31-Aug   4 hschk456      LHA   86K  High Speed Check Ver 4.56
  2159.   2 30-Aug   4 hschk425      LHA  112K  High Speed Check Ver 4.25
  2160.  
  2161. (2) Browse (*, Download, Read, Quit)>
  2162.  
  2163. { the number in the () is thenumber of new files. The * lets you SELECT
  2164.   the files as follow: }
  2165.  
  2166. (2) Browse (*, Download, Read, Quit)> *1,2
  2167.  
  2168. hschk456,lha now selected!
  2169. hschk425,lha now selected!
  2170.  
  2171. { which select files 1 and 2 for later downloading. use SS and DS to scan
  2172.   your selected files or download them. }
  2173.  
  2174. { when you are done, press RETURN to see the new files in the next database
  2175.   (if any) or press <Q> to exit new file browsing }
  2176.  
  2177. { that was for the FILES section, you also get a report of the MESSAGES
  2178.   SECTION. }
  2179.  
  2180. 1 Subboard(s) report new activity since you last visited them.
  2181.  
  2182. Scan#-# Read#-# Browse#-# Yank New-cancel#-# [?=menu] _
  2183.  
  2184. { here you have a choice to read and browse through new messages on the
  2185.   system:
  2186.  
  2187.   Browse   :  to list new items with option to read them or download them
  2188.   New      :  Cancel the 'new' status of subboard. as if you read all
  2189.               messages
  2190.   Read     : Read the new items
  2191.   Scan     : scan the new items
  2192.   Yank     : Pack message for offline reading (optionnal use of LHA for
  2193.              packing)
  2194.  
  2195.   the #-# after the command means you can supply a range like: }
  2196.  
  2197.  
  2198. Scan#-# Read#-# Browse#-# Yank New-cancel#-# [?=menu] S1-10
  2199.  
  2200. { which will scan the files from 1 up to 10. here again, when you are done
  2201.   reading, or packing messages, you can type RETURN to go to the next area
  2202.   with new messages, or type <Q> to quit new message reading }
  2203.  
  2204.  
  2205.  
  2206. At this point you find yourself into the MAIN MENU of c-net. We'll do a
  2207. simple access. we will go into the database, scan the new files, download
  2208. files, and upload some, then logoff. this will complete our logon.
  2209.  
  2210. Main> _
  2211.  
  2212. { here, we go into the Upload/Download Area }
  2213.  
  2214. Main> U
  2215.  
  2216. { there might be a custom menu, so we'll skip to the important part }
  2217.  
  2218. 1.         Amiga PD                     2.         IBM PD
  2219.  
  2220. Please select a subboard (l=list)
  2221.  
  2222. List, Quit, subboard#, ?=menu
  2223.  
  2224. Upload base> 1
  2225.  
  2226. { we'll go into the AMIGA PD base. }
  2227.  
  2228. *Subboard (1) AMIGA PD
  2229.  
  2230. Last visit was Mon 31-Aug-1992  1:57a
  2231. :   10 files
  2232. :   no responses
  2233.  
  2234. Used: 91% of 663M  Free: 55M
  2235.  
  2236. Browse, Scan, Read, Download, Upload, Quit, ?=Menu
  2237.  
  2238. (1) Amiga PD> S 1-
  2239.  
  2240. { we'll scan files from #1 up to the last one }
  2241.  
  2242.   1 30-Aug   0 tsl-dyna      LHA  10K Trainer for Captain Dynamo +8 and fix
  2243.   2 29-Aug   2 pod           EXE  78K P.O.D. The Classical Game f.t. C64 !
  2244.   3 29-Aug   2 nms_dyna      DMS 309K CAPTAIN DYNAMO - FINAL BY NEMESIS
  2245.   4 29-Aug   1 f&s-ppp       DMS 355K Punkt Punkt Punkt (GER)
  2246.   5 29-Aug   1 starcon       LHA1163K Starcon. A game like Archon 6
  2247.   6 29-Aug   2 virz323       RUN 105K Virus Z 3.23
  2248.   7 29-Aug   1 quick27b      DMS 329K Quickbyte
  2249.   8 29-Aug   1 tn_prmtr      LHA   9K Premiere Trainer
  2250.   9 29-Aug   0 tnprefix      LHA   4K Premiere Fix..3RD Disk
  2251.  10 29-Aug   3 d-space       DMS 149K space taxi
  2252.  
  2253. { WHAT?  PD files ?!?! Sure... Really COOL PD board! }
  2254.  
  2255. Browse, Scan, Read, Download, Upload, Quit, ?=Menu
  2256.  
  2257. (1) Amiga PD> D 10,6
  2258.  
  2259. { i'll take these 2 PD files. they sure are cool! }
  2260.  
  2261. d-space.DMS now selected!
  2262.  
  2263. virz323.RUN now selected!       { i REALLY want to see this COOL file! }
  2264.  
  2265. 1. d-space.dms          152576  { this is the list of file you'll download }
  2266. 2. virz323.run          107520
  2267.  
  2268. Bytes: 254K  Time: 5:18
  2269.  
  2270. Enter the # of the itrem to deselect or press ENTER to accept
  2271. :
  2272.  
  2273. { if you want to REMOVE an item from the list, enter it's number at the
  2274.   prompt above, or press RETURN }
  2275.  
  2276. Use your default protocol Zmodem [Yes]? _
  2277.  
  2278. { Press RETURN at that one to select ZModem, or press NO to select another
  2279.   protocol }
  2280.  
  2281.  
  2282. Ready to transfer with Zmodem.
  2283.  
  2284. Logoff upon completion, Abort, [RETURN to start XFER]:
  2285.  
  2286. { you can type <L> if you wish to logoff right after you finished
  2287.   Downloading. You can abort your downloading by pressing <A>, or RETURN to
  2288.   start the transfer. }
  2289.  
  2290. Go to receive files, ^X aborts
  2291. **B000000000000000
  2292.  
  2293. Transfer successfull.
  2294.  
  2295.  
  2296. Browse, Scan, Read, Download, Upload, Quit, ?=Menu
  2297.  
  2298. (1) Amiga PD>
  2299.  
  2300.  
  2301. { ok, so you got those files. WOW! good PD (sure) software for nothing! }
  2302.  
  2303. { let's upload! }
  2304.  
  2305. Browse, Scan, Read, Download, Upload, Quit, ?=Menu
  2306.  
  2307. (1) Amiga PD> U
  2308.  
  2309.  
  2310. Use your default protocol Zmodem [Yes]? _
  2311.  
  2312. { Press RETURN at that one to select ZModem, or press NO to select another
  2313.   protocol }
  2314.  
  2315. { you may of may not see the following querries depending onthe subboard
  2316. settings done by the sysop }
  2317.  
  2318. Private item [No]? _
  2319.  
  2320. { if your upload is to remain PRIVATE (lime private mail) }
  2321.  
  2322. Press RETURN for a BATCH upload in ZModem       { this line WILL vary }
  2323.  
  2324. Title for item # 1:
  2325.  
  2326. { simply press return instead of the title. this description stuff is for
  2327.   users which upload stuff and select the auto logoff}
  2328.  
  2329. Logoff upon completion, Abort, [RETURN to start XFER]:
  2330.  
  2331. { you can type <L> if you wish to logoff right after you finished
  2332.   Downloading. You can abort your downloading by pressing <A>, or RETURN to
  2333.   start the transfer. }
  2334.  
  2335. Transfer successful!
  2336.  
  2337. Please describe LOAD.lha
  2338.  
  2339. Please enter a short description for this file
  2340. : this is the load routine for the PD game called Shadow of the beast 3
  2341.  
  2342. Enter an OPTIONAL long description [No]? No
  2343.  
  2344. { now, you entered a description which had 1 line (short) and you CAN enter
  2345. a LONG description (like a message) for this file. but we did not. }
  2346.  
  2347. Browse, Scan, Read, Download, Upload, Quit, ?=Menu
  2348.  
  2349. (1) Amiga PD> Q
  2350.  
  2351. Main> O                 { Logoff from the bbs }
  2352.  
  2353. Want to logoff [Yes]? Yes
  2354.  
  2355. Want to leave a Feedback [No]? No
  2356.  
  2357. end.
  2358.